home *** CD-ROM | disk | FTP | other *** search
- Path: irisa.fr!usenet
- From: srodrigu@irisa.fr (Stephane Rodriguez)
- Newsgroups: comp.lang.c++
- Subject: template, once again
- Date: 11 Jan 1996 14:54:35 GMT
- Organization: IRISA, Campus de Beaulieu, 35042 Rennes Cedex, FRANCE
- Distribution: world
- Message-ID: <4d38bb$ogm@news.irisa.fr>
- Reply-To: srodrigu@irisa.fr
- NNTP-Posting-Host: picasso.irisa.fr
- Keywords: template, beginner, instanciation
-
-
- Hi
- I try to use a template class I've defined
- but at the linkage CC (DELTA C++) says :
- >ld:
- >unresolved:
- >TPile<int>::Push(int*)
- >TPile<int>::Pop(void)
- ...
- could someone tell me what to do to make it work well ?
- I think CC work quite like g++
- Thanks.
-
- Laurent Garnier
-
-
-
-
-